@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑"
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	overflow-x: hidden
}


/*-----------------------------------------------------------------------------TOP-------------------------------------------------------------------*/

.TOP {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px rgba(153, 153, 153, 0.35);
	z-index: 10;
	position: absolute;
	z-index: 999;
	margin: 0 auto;
}

.TOPnav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.TOPnav_a {
	width: 233px;
	height: 70px;
	display: inline-block;
	float: left;
}

.TOPnav h1 {
	background: url(../images/logo_top.png) no-repeat -233px 0;
	float: left;
	width: 233px;
	height: 70px;
	text-indent: -3em;
	overflow: hidden;
	margin-top: 5px
}

.TOPnav ul {
	float: right;
	display: block;
}

.TOPnav ul li {
	width: 96px;
	height: 78px;
	float: left;
	line-height: 78px;
	text-align: center;
	cursor: pointer;
	margin-top: 1px;
	font-size: 18px;
}

.TOPnav ul li:hover {
	color: #E60012;
	border-bottom: 2px solid #e60012;
}

.TOPnav ul li a:active {
	color: #e60012;
}

.TOPnavli1 {
	border-bottom: 2px solid #e60012;
}

.lisy {
	color: #e60012;
}


/*-----------------------------------------------------------------------------banner-------------------------------------------------------------------*/

.banner {
	width: 100%;
	/*height: 560px;*/
	/*background: black;*/
	/*子绝父相*/
	position: relative;
	/*超出部分全部隐藏，解决横向滚动条*/
	overflow: hidden;
	top: 80px;
}

.banner ul {
	position: absolute;
}

.banner ul li {
	/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
	width: 100%;
	height: 500px;
	float: left;
	background: no-repeat center center;
}


/*.banner ul li:nth-child(1){*/


/*background: url('./1.jpg') no-repeat center center;*/


/*}*/


/*.banner ul li:nth-child(2){*/


/*background: url('./2.jpg') no-repeat center center;*/


/*}*/


/*.banner ul li:nth-child(3){*/


/*background: url('./3.jpg') no-repeat center center;*/


/*}*/

.banner ol {
	/*width: 60px;*/
	height: 20px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 50%;
	/*margin-left: -40px;*/
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}

.banner ol li {
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
}

.banner ol .current {
	background: rgba(255, 255, 255, 1);
}

.banner i {
	width: 58px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}

.banner .left {
	left: 60px;
	background: url('/templates/images/left_right.png') no-repeat 0 0px;
}

.banner .right {
	right: 60px;
	background: url('/templates/images/left_right.png') no-repeat 0px -120px;
}

.banner .left:hover,
.banner .right:hover {
	background-color: rgba(0, 0, 0, 0.31);
}


/*.banner{width:1920px;height:750px;margin:0px auto;position: relative;overflow:hidden;padding-top: 79px;}
	.banner ul{position: absolute;width:9600px;}
	.banner ul li{float: left;position: relative;cursor: pointer;}
    .banner ul li p{width:588px;padding-left:12px;position: absolute;left:0;bottom:0;background: rgba(0,0,0,.6);font:16px/40px "微软雅黑";color:#fff;}
	.banner ol{position: absolute;right:50%;bottom:15px;}
	.banner ol li{width: 10px;height: 10px;float: left;background: #fff;margin-left: 12px;border-radius:50%;cursor: pointer;}
	.banner ol .current{background:#e60012;}

	.banner .left{background: url(../images/left.png)no-repeat;left:50%; width: 30px; height: 58px; display: block;position: relative; top: 50%; margin-top: -15px;margin-left: -600px;}
	.banner .right{background: url(../images/right.png) no-repeat;right:50%; width: 30px; height: 58px;display: block;position: relative; top: 50%;margin-top: -15px; margin-right: -600px;}*/


/*.banner{width: 1920px; height: 750px; padding-top: 79px; margin: 0 auto; position: relative;overflow: hidden}
.bannerul{display: block; width: 7680px; height: 750px}
.bannerul li{float: left; width: 1920; height: 750px}
.bannerul li img{ width: 1920px; height: 750px; display: block;}
.banner ol{position: absolute;right:50%;bottom:15px;}
.banner ol li{width: 10px;height: 10px;float: left;background: #fff;margin-left: 12px;border-radius:50%;cursor: pointer;}
.banner ol .current{background:#e60012;}*/


/*-----------------------------------------------------------------------------搜索-------------------------------------------------------------------*/

.ss {
	background: #f7f7f7;
	width: 100%
}

.suos {
	width: 1200px;
	background: #f7f7f7;
	height: 55px;
	margin: 0 auto;
	margin-top: 80px;
}

.suos p {
	float: left;
}

.suosp1 {
	color: #999999;
	line-height: 55px
}

.suosp {
	background: #dbdbdb;
	_width: 55px;
	min-width:55px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 12.5px;
	margin-left: 25px;
	padding-right:10px;
	padding-left:10px;
	color: #FFFFFF;
	cursor: pointer;
}

.suosin {
	border-radius: 30px;
	height: 30px;
	width: 200px;
	border: 1px solid #999999;
	float: right;
	margin-top: 12.5px;
	color: #999999;
	margin-right: 30px;
	text-indent: 2em
}

.suosbt {
	border-radius: 30px;
	height: 30px;
	width: 50px;
	float: right;
	margin-top: 12.5px;
	color: #FFFFFF;
	background: #999999;
	border: 1px solid #999999;
}


/*------------------------------------------------------------------------关于我们-------------------------------------------------------------------*/

.gywm {
	width: 1200px;
	margin: 0 auto;
	height: 255px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	overflow: hidden
}

.gywmt {
	background: url(../images/pic_9.png) no-repeat center center;
	height: 163px;
	width: 338px;
	margin-top: 50px;
	display: block;
	float: left
}

.gywmtp {
	text-indent: 2em;
	font-size: 14px;
	margin-top: 88px;
	width: 821.5px;
	height: 96px;
	float: right;
}

.gywmx {
	background: url(../images/line_our.png) no-repeat;
	width: 1200px;
	height: 90px;
	position: relative;
	display: block;
	top: 165px
}


/*------------------------------------------------------------------------ 产品世界 -------------------------------------------------------------------*/

.cp {
	background: #f4f4f4;
	width: 100%;
	height: 784px;
	margin-top: 253px;
}

.cpsj {
	width: 1200px;
	margin: 0 auto;
}

.cpleft {
	float: left;
	margin-top: 50px;
	width: 320px;
	height: 680px;
}

.cpdh {
	background: url(../images/pro_word.png) no-repeat;
	width: 320px;
	height: 120px;
	float: left;
}

.cpul {
	width: 318px;
	height: 581px;
	border: 1px solid #e60012;
	margin-top: 120px;
	background: #fff;
	border-bottom: 4px solid #e60012
}

.cpul li {
	text-align: center;
	line-height: 49px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px；
}

.lia {
	background: #b4b4b4;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 40px !important;
}

.cpright {
	float: right;
	width: 860px;
	height: 705px;
	margin-top: 50px;
	position: relative;
	overflow: hidden
}

.cpbanner {
	width: 3440px;
	height: 390px;
	overflow: hidden;
	position: absolute
}

.cpbanner li {
	width: 860px;
	height: 390px;
	float: left;
	display: block
}

.cplb {
	width: 860px;
	height: 274px;
	position: absolute;
	bottom: 20px
}

.cplb li {
	width: 273px;
	height: 295px;
	background: #FFFFFF;
	margin-left: 20px;
	float: left;
	text-align: center
}

.cplli {
	margin: 0px!important;
}

.cpspan1 {
	width: 263px;
	height: 184px;
	border-bottom: 1px solid #999999;
	display: block;
	padding: 5px;
	overflow: hidden;
}

.cpbsp {
	color: #333;
	font-size: 18px !important;
	margin-top: 15px
}

.cpllip {
	font-size: 14px;
	line-height: 30px;
	color: #999999
}

.cplb li a {
	color: #e60012;
	font-size: 16px
}

.cpright ol {
	position: absolute;
	right: 410px;
	bottom: 330px;
}

.cpright ol li {
	width: 10px;
	height: 10px;
	float: left;
	background: #fff;
	margin-left: 12px;
	border-radius: 50%;
	cursor: pointer;
}

.cpright ol .current1 {
	background: #e60012;
}

.cp_left {
	background: url(../images/left.png)no-repeat;
	left: 0;
	width: 30px;
	height: 58px;
	display: block;
	position: absolute;
	top: 195px;
	margin-top: -15px;
	left: 20px
}

.cp_right {
	background: url(../images/right.png) no-repeat;
	right: 0;
	width: 30px;
	height: 58px;
	display: block;
	position: absolute;
	top: 195px;
	margin-top: -15px;
	right: 20px
}


/*------------------------------------------------------------------------ 产品世界 -------------------------------------------------------------------*/

.zjb {
	background: url(../images/pic_10.png) no-repeat;
	width: 100%;
	height: 190px;
	margin: 50px 0
}

.zjtu {
	margin: 0 auto;
	width: 1200px;
	height: 156px;
}

.zjr {
	width: 177px;
	height: 156px;
	margin-top: 20px;
	float: right;
}

.zjr a {
	background: #FFFFFF;
	font-size: 28px;
	color: #e60012;
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	font-family: "微软雅黑";
	border-radius: 5px;
}

.zjrp1 {
	font-size: 14px;
	color: #fff;
	line-height: 40px
}

.zjrp2 {
	font-family: Arial;
	font-size: 25px;
	color: #fff;
}

.zjtul {
	background: url(../images/pro_pic.png) no-repeat;
	width: 259px;
	height: 197px;
	display: block;
	float: left;
	margin-top: -25px
}

.zjzj {
	background: url(../images/pro_words.png) no-repeat;
	width: 437px;
	height: 113px;
	margin-top: 20px;
	margin-left: 127px;
	display: block;
	float: left
}


/*------------------------------------------------------------------------ 我们的优势 -------------------------------------------------------------------*/

.wmyst {
	margin: 0 auto;
	width: 100%;
	height: 1611px;
	background: url(../images/youshi_bg.png) no-repeat center center;
}

.wmys {
	margin: 0 auto;
	width: 1200px;
	height: 1582px;
}

.wmtop {
	background: url(../images/youshi.png) no-repeat;
	width: 320px;
	height: 88px;
	display: block;
	margin-left: 440px
}

.sw {
	background: url(../images/youshi_line.png) no-repeat;
	height: 22px;
	width: 1200px;
	display: block;
	margin-top: 10px
}

.wmli1 {
	background: url(../images/1.png) no-repeat center center;
	width: 1210px;
	height: 234px;
	margin-left: 5px;
	margin-top: 50px
}

.wmli2 {
	background: url(../images/2.png) no-repeat center center;
	width: 1210px;
	height: 289px;
	margin-top: 50px
}

.wmli3 {
	background: url(../images/3.png) no-repeat center center;
	width: 1210px;
	height: 276px;
	margin-left: 5px;
	margin-top: 50px
}

.wmli4 {
	background: url(../images/4.png) no-repeat center center;
	width: 1219px;
	height: 248px;
	margin-top: 50px;
	margin-left: -52px
}

.xw {
	background: url(../images/youshi_line.png) no-repeat;
	height: 22px;
	width: 1200px;
	display: block;
	margin-top: 10px
}

.container {
	margin-top: 50px
}


/*.wmal{float: left; background: url(../images/左.png) no-repeat; width: 30px; height: 58px;display: block; cursor: pointer;position: relative;top:100px}
.wmar{float: right; background: url(../images/右.png) no-repeat; width: 30px; height: 58px;display: block; cursor: pointer;position: relative; top:100px}
.youshi_box{ padding-top: 50px!important; width:1100px; margin-left: 20px; overflow: hidden; position:relative;height: 201px; float: left}
.youshi_ul{width:1100px; margin: 0 auto; overflow: hidden; position:relative;}
.youshi_ul li{width: 205px; height: 161px; display: block; float: left; text-align: center; margin-left:50px; position: relative;}
.youshi_ul li p{ width: 205px; display: block; font-size: 14px; color: #333; height: 20px; display: block}*/


/*------------------------------------------------------------------------ 服务案例 -------------------------------------------------------------------*/

.fuwu_bg {
	background: url(../images/fuwu_bg.png) no-repeat;
	width: 100%;
	height: 809px;
	margin-top: 50px;
	overflow: hidden
}

.fuwu_top {
	background: url(../images/fuwu_top.png) no-repeat;
	margin-left: 459px;
	display: block;
	height: 78px;
	width: 282px;
	margin: 0 auto;
}

.fuwu_bg_ul {
	margin: 0 auto;
	width: 1200px;
	height: 598px;
	display: block;
	margin-top: 50px;
	text-align: center
}

.fuwu_bg_ul_li1 {
	margin-left: 0px!important;
}

.fuwu_bg_ul li {
	width: 386px;
	background: #fff;
	display: block;
	height: 470px;
	text-align: center;
	margin-top: 50px;
	margin-left: 20px;
	float: left
}

.fuwu_bg_ul li p {
	font-size: 14px;
	text-indent: 2em;
	color: #666666;
	text-align: left !important;
	margin: 0px 24px
}

.fuwu_bg_ul li h3 {
	color: #333;
	margin: 15px 0;
	font-size: 18px
}

.fuwu_bg_ul li a {
	background: url(../images/news_a.png) no-repeat;
	width: 103px;
	height: 40px;
	display: block;
	margin-top: 20px !important;
	margin: 0 auto;
	
}
.fuwu-fuwu{
	width: 1200px;
	height: 809px;
	margin: 0 auto;
	overflow: hidden;
}
.fuwu_bg_ul_a {
	display: inline-block;
	background: #e60012;
	border-radius: 5px;
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
	font-family: "微软雅黑";
	margin-left: 475px;
	margin-top: 65px;
}


/*------------------------------------------------------------------------ 新闻中心 -------------------------------------------------------------------*/

.news_bg_bg {
	width: 1200px;
	margin: 0 auto;
	height: 683px
}

.news_bg img {
	margin: 50px auto;
}

.news_left {
	width: 351px;
	height: 683px;
	float: left;
	margin-left: 20px
}

.news_left_top {
	height: 40px;
	width: 351px;
	border-bottom: 1px solid #e60012;
	line-height: 40px;
	padding-bottom: 4px;
}

.news_left_top_p {
	width: 2px;
	height: 13px;
	background: #e60012;
	float: left;
	margin-top: 14px;
}

.news_left_top h3 {
	font-size: 24px;
	float: left;
	margin-left: 15px
}

.news_left_top a {
	float: right;
	color: #999999;
}

.news_left_middle {
	width: 311px;
	margin-left: 20px!important
}

.news_left_middle_img {
	margin: 20px 0px!important;
	width: 311px;
	height: 208px;
	overflow: hidden
}

.news_left_middle h3 {
	font-size: 18px;
	color: #333;
	line-height: 18px
}

.news_left_middle p {
	text-indent: 2em;
	color: #999;
	margin-top: 15px
}

.news_left_footer {
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	width: 351px;
	height: 244px;
	margin-top: 20px
}

.news_left_footer_ul {
	width: 311px;
	margin-left: 20px
}

.news_left_footer_sp {
	background: url(../images/pic_8.png) no-repeat;
	width: 5px;
	height: 5px;
	display: block;
	float: left;
	margin-top: 18px;
	margin-right: 15px;
}

.news_left_footer_ul li {
	border-bottom: 1px dashed #b2b2b2;
	display: inline-block;
	height: 40px;
	width: 311px;
	line-height: 40px
}

.news_left_footer_ul li a p {
	background: url(../images/矩形-536.png) no-repeat;
	margin-top: 15px;
	float: right;
	display: block;
	width: 7px;
	height: 13px
}

.news_right {
	width: 458px;
	float: right;
	height: 650px;
	border: 1px solid #e60012;
}

.news_right_top {
	background: #e60012;
	height: 50px;
	width: 458px;
}

.news_right_top_p {
	width: 2px;
	height: 13px;
	background: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 15px
}

.news_right_top h3 {
	font-size: 24px;
	float: left;
	margin-left: 15px;
	color: #FFFFFF;
	margin-top: 7px
}

.news_right_top_a {
	float: right;
	color: #FFFFFF!important;
	margin-top: 18px;
	margin-right: 15px
}

.news_right_wenda {
	width: 418px;
	margin-left: 20px;
	height: 591px;
	margin-top: 20px
}

.news_right_wenda li {
	border-bottom: 1px dashed #e60012;
	height: 140px;
	width: 420px;
}

.news-span {
	width: 30px;
	height: 140px;
	float: left;
}

.news-word {
	width: 390px;
	height: 140px;
	float: right;
}

.news_right_wenda_spw {
	background: url(../images/pic_6.png)no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 15px
}

.news_right_wenda_spd {
	background: url(../images/pic_5.png)no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 25px
}

.news_right_wenda p {
	width: 368px;
	float: right;
	color: #999;
	text-indent: 2em;
	margin-top: 20px
}

.news_right_wenda h3 {
	font-size: 16px;
	width: 368px;
	float: right;
	color: #333333;
	margin-top: 20px
}


/*------------------------------------------------------------------------ 友情链接 -------------------------------------------------------------------*/

.youqing {
	margin: 0 auto;
	width: 1200px;
	height: 140px;
	overflow: hidden
}

.youqing_bottom {
	border-bottom: 1px solid #e60012;
	padding-bottom: 15px
}

.youqing_bottom p {
	font-weight: bold;
	font-size: 18px;
	color: #e60012;
	margin-left: 10px;
}

.youqing a {
	margin: 0px 50px;
	color: #999!important;
	line-height: 100px
}


/*------------------------------------------------------------------------ 底部导航 -------------------------------------------------------------------*/

.footer {
	width: 100%;
	background: #e60012;
	height: 50px;
}

.footer_meau {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.footer_meau a {
	float: left;
	margin-left: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px
}

.footer_meau_a {
	margin-left: 110px!important;
}


/*------------------------------------------------------------------------ 版权信息 -------------------------------------------------------------------*/

.footer_banquan {
	width: 1200px;
	height: 230px;
	margin: 0 auto;
	position: relative;
}

.footer_banquan_logo {
	background: url(../images/logo_footer.png) no-repeat;
	width: 309px;
	height: 90px;
	float: left;
	position: absolute;
	left: 100px;
	top: 50%;
	margin-top: -45px
}

.footer_banquan_line {
	background: url(../images/pic_11.png) no-repeat;
	width: 1px;
	height: 122px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -61px
}

.footer_banquan_right {
	text-align: center;
	float: right;
	color: #333;
	top: 50%;
	right: 100px;
	margin-top: 40px
}